home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000212_fdc@columbia.edu_Tue Jan 14 11:11:47 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  38 lines

  1. Article: 14002 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Getting Kermit to Dial my ISP
  6. Date: 14 Jan 2003 11:11:21 -0500
  7. Organization: Columbia University
  8. Lines: 21
  9. Message-ID: <b01cr9$opm$1@watsol.cc.columbia.edu>
  10. References: <fff32a0d.0301140804.1b3e8e0a@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1042560685 16636 128.59.39.139 (14 Jan 2003 16:11:25 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 14 Jan 2003 16:11:25 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14002
  16.  
  17. In article <fff32a0d.0301140804.1b3e8e0a@posting.google.com>,
  18. Chris Aiken <chris@millfieldcomputers.co.uk> wrote:
  19. : I've done modem to modem kermits & via a LAN but now I need to ftp a
  20. : file on my W2000 system to a specific I/P address on the internet via
  21. : a dialup (ISDN) phone line to my ISP. Any suggestions as to how I can
  22. : get kermit to initiate the ISP dialup for me as it doesn't visibly ask
  23. : for username or password and terminaltes with 'No Carrier' after a
  24. : while. If I'm already connected it works fine obviously.
  25. :
  26. As it says in the FAQ:
  27.  
  28.   http://www.columbia.edu/kermit/k95faq.html
  29.  
  30. No.  Although you can dial modems with K95, and you can even dial your
  31. ISP, Windows does not provide a way for Kermit to turn the application
  32. over to the Windows TCP/IP stack.  
  33.  
  34. As noted in the FAQ, OS/2 has an API for this (which the OS/2 version of
  35. Kermit 95 uses) but Windows does not.
  36.  
  37. - Frank
  38.